home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / util / time / SetDST.lha / SetDST-1.6 / C / CheckDST next >
Encoding:
Text File  |  1999-07-31  |  176 b   |  11 lines

  1. ; $VER: CheckDST 1.2
  2.  
  3. failat 21
  4.  
  5. search env:TZONE SEARCH="#?(+|-|%)[0-9]#?[a-z]#?" PATTERN >NIL:
  6. if warn
  7.  echo "Standard time is in effect"
  8. else
  9.  echo "DST is in effect"
  10. endif
  11.